[Top] [Prev] [Next] [Bottom] [Contents]

SaSetStateVar

Sets the value of the named state variable for the Sapphire applications state.

Synopsis

#include "SaRnHtml.h"
void XKEXPORT SaSetStateVar SUTPROTO((char *name,char *value));

Arguments

name
String representing the state variables name.
value
String representing the state variables value.

Return Values

None.

Description

Sets the value of the named state variable for the Sapphire applications state.

Example

SaSetStateVar("thisvar", "thisval");

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.